-
Couldn't load subscription status.
- Fork 1.4k
Remove default Pod anti-affinity rules when rack awareness is enabled #12073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Remove default Pod anti-affinity rules when rack awareness is enabled #12073
Conversation
Closes strimzi#11509 Signed-off-by: Jakub Scholz <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12073 +/- ##
=========================================
Coverage 74.78% 74.79%
+ Complexity 6615 6609 -6
=========================================
Files 376 376
Lines 25325 25301 -24
Branches 3389 3387 -2
=========================================
- Hits 18939 18923 -16
+ Misses 5000 4992 -8
Partials 1386 1386
🚀 New features to boost your workflow:
|
|
/gha run pipeline=regression kubeVersion=latest |
|
⏳ System test verification started: link The following 6 job(s) will be executed:
Tests will start after successful build completion. |
|
❌ System test verification failed: link |
Signed-off-by: Jakub Scholz <[email protected]>
|
/azp run regression |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/gha run pipeline=regression kubeVersion=latest |
|
⏳ System test verification started: link The following 6 job(s) will be executed:
Tests will start after successful build completion. |
|
❌ System test verification failed: link |
|
🎉 System test verification passed: link |
cluster-operator/src/main/java/io/strimzi/operator/cluster/model/ModelUtils.java
Outdated
Show resolved
Hide resolved
documentation/modules/configuring/proc-distributing-brokers-across-zones.adoc
Outdated
Show resolved
Hide resolved
Signed-off-by: Jakub Scholz <[email protected]>
Signed-off-by: Jakub Scholz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just one nit.
cluster-operator/src/main/java/io/strimzi/operator/cluster/model/ModelUtils.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Jakub Scholz <[email protected]>
Type of change
Description
This PR implements the Strimzi Proposal 123 and removes the default preferred pod-anti-affinity rules when rack awareness is used.
This should resolve #11509.
Checklist